From c4dfacc40422905b5d9062d61914ede368df2b7f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 29 Jan 2020 12:31:00 +0100 Subject: [PATCH] ci: Add missing newline escape Otherwise we're going to run the accessibility test suite, and it's going to fail. --- .gitlab-ci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index ad3a4a7491..136988e11e 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -7,5 +7,5 @@ builddir=$1 cd ${builddir} xvfb-run -a -s "-screen 0 1024x768x24" \ meson test --print-errorlogs \ - --suite=gtk + --suite=gtk \ --no-suite=gtk:a11y -- 2.30.2